home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
f1gplib352.lha
/
f1gplib_35.2
/
include
/
clib
/
f1gp_protos.h
Wrap
C/C++ Source or Header
|
1997-02-08
|
455b
|
23 lines
#ifndef CLIB_F1GP_PROTOS_H
#define CLIB_F1GP_PROTOS_H
/*
** $VER: f1gp_protos.h 35.2 (8.2.97)
**
** C prototypes.
**
** (C) Copyright 1995-1997 Oliver Roberts
** All Rights Reserved
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
LONG f1gpDetect(VOID);
APTR f1gpAllocQuitNotify(struct Task *task, ULONG signal);
VOID f1gpFreeQuitNotify(APTR node);
ULONG f1gpCalcChecksum(UBYTE *data, ULONG datasize);
#endif /* CLIB_F1GP_PROTOS_H */